home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / accuhash / ah2setup.exe / {app} / accuhash.exe / 0 / RCDATA / TEXPORTFORM / TEXPORTFORM.txt
Text File  |  2004-09-13  |  6KB  |  269 lines

  1. object ExportForm: TExportForm
  2.   Left = 386
  3.   Top = 326
  4.   BorderStyle = bsDialog
  5.   Caption = 'Export'
  6.   ClientHeight = 332
  7.   ClientWidth = 441
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Shell Dlg 2'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object FormatBox: TTntGroupBox
  19.     Left = 8
  20.     Top = 8
  21.     Width = 121
  22.     Height = 88
  23.     Caption = 'File Format'
  24.     TabOrder = 0
  25.     DesignSize = (
  26.       121
  27.       88)
  28.     object MD5Button: TTntRadioButton
  29.       Left = 8
  30.       Top = 16
  31.       Width = 106
  32.       Height = 16
  33.       Anchors = [akLeft, akTop, akRight, akBottom]
  34.       Caption = 'MD5SUM'
  35.       TabOrder = 0
  36.       OnClick = MD5ButtonClick
  37.     end
  38.     object BSDButton: TTntRadioButton
  39.       Left = 8
  40.       Top = 40
  41.       Width = 106
  42.       Height = 16
  43.       Anchors = [akLeft, akTop, akRight, akBottom]
  44.       Caption = 'BSD-style'
  45.       Checked = True
  46.       TabOrder = 1
  47.       TabStop = True
  48.       OnClick = MD5ButtonClick
  49.     end
  50.     object SFVButton: TTntRadioButton
  51.       Left = 8
  52.       Top = 64
  53.       Width = 106
  54.       Height = 16
  55.       Anchors = [akLeft, akTop, akRight, akBottom]
  56.       Caption = 'SFV format'
  57.       TabOrder = 2
  58.       OnClick = MD5ButtonClick
  59.     end
  60.   end
  61.   object LineEndBox: TTntGroupBox
  62.     Left = 136
  63.     Top = 8
  64.     Width = 153
  65.     Height = 88
  66.     Caption = 'Line End '
  67.     TabOrder = 1
  68.     DesignSize = (
  69.       153
  70.       88)
  71.     object DOSButton: TTntRadioButton
  72.       Left = 8
  73.       Top = 16
  74.       Width = 138
  75.       Height = 17
  76.       Anchors = [akLeft, akTop, akRight, akBottom]
  77.       Caption = 'DOS/Windows (CRLF)'
  78.       TabOrder = 0
  79.     end
  80.     object NixButton: TTntRadioButton
  81.       Left = 8
  82.       Top = 40
  83.       Width = 138
  84.       Height = 17
  85.       Anchors = [akLeft, akTop, akRight, akBottom]
  86.       Caption = '*NIX (LF only)'
  87.       Checked = True
  88.       TabOrder = 1
  89.       TabStop = True
  90.     end
  91.     object MacButton: TTntRadioButton
  92.       Left = 8
  93.       Top = 64
  94.       Width = 138
  95.       Height = 17
  96.       Anchors = [akLeft, akTop, akRight, akBottom]
  97.       Caption = 'Macintoch (CR only)'
  98.       TabOrder = 2
  99.     end
  100.   end
  101.   object EncodingBox: TTntGroupBox
  102.     Left = 8
  103.     Top = 104
  104.     Width = 281
  105.     Height = 185
  106.     Caption = '&Encoding'
  107.     TabOrder = 3
  108.     object UTF8Button: TTntRadioButton
  109.       Left = 8
  110.       Top = 24
  111.       Width = 90
  112.       Height = 17
  113.       Caption = 'UTF-8'
  114.       Checked = True
  115.       TabOrder = 0
  116.       TabStop = True
  117.       OnClick = OthButtonClick
  118.     end
  119.     object ANSIButton: TTntRadioButton
  120.       Left = 8
  121.       Top = 48
  122.       Width = 90
  123.       Height = 17
  124.       Caption = 'ANSI'
  125.       TabOrder = 1
  126.       OnClick = OthButtonClick
  127.     end
  128.     object OEMButton: TTntRadioButton
  129.       Left = 8
  130.       Top = 72
  131.       Width = 90
  132.       Height = 17
  133.       Caption = 'OEM (DOS)'
  134.       TabOrder = 2
  135.       OnClick = OthButtonClick
  136.     end
  137.     object OthButton: TTntRadioButton
  138.       Left = 8
  139.       Top = 120
  140.       Width = 90
  141.       Height = 17
  142.       Caption = 'Other'
  143.       TabOrder = 4
  144.       OnClick = OthButtonClick
  145.     end
  146.     object EncList: TTntListBox
  147.       Left = 104
  148.       Top = 16
  149.       Width = 169
  150.       Height = 137
  151.       Enabled = False
  152.       ItemHeight = 13
  153.       TabOrder = 5
  154.     end
  155.     object ShowCodeBox: TTntCheckBox
  156.       Left = 104
  157.       Top = 160
  158.       Width = 169
  159.       Height = 17
  160.       Caption = 'Show codepage numbers'
  161.       TabOrder = 6
  162.       OnClick = ShowCodeBoxClick
  163.     end
  164.     object MCPButton: TTntRadioButton
  165.       Left = 8
  166.       Top = 96
  167.       Width = 90
  168.       Height = 17
  169.       Caption = 'Macintoch'
  170.       TabOrder = 3
  171.       OnClick = OthButtonClick
  172.     end
  173.   end
  174.   object OKButton: TTntButton
  175.     Left = 8
  176.     Top = 296
  177.     Width = 75
  178.     Height = 25
  179.     Caption = 'OK'
  180.     Default = True
  181.     ModalResult = 1
  182.     TabOrder = 5
  183.   end
  184.   object CancelButton: TTntButton
  185.     Left = 88
  186.     Top = 296
  187.     Width = 75
  188.     Height = 25
  189.     Cancel = True
  190.     Caption = 'Cancel'
  191.     ModalResult = 2
  192.     TabOrder = 6
  193.   end
  194.   object DelimBox: TTntGroupBox
  195.     Left = 296
  196.     Top = 8
  197.     Width = 136
  198.     Height = 88
  199.     Caption = ' Path Delimiters '
  200.     TabOrder = 2
  201.     object RSButton: TTntRadioButton
  202.       Left = 8
  203.       Top = 16
  204.       Width = 120
  205.       Height = 17
  206.       Caption = '"\" - DOS/Windows'
  207.       Checked = True
  208.       TabOrder = 0
  209.       TabStop = True
  210.     end
  211.     object DRButton: TTntRadioButton
  212.       Left = 8
  213.       Top = 40
  214.       Width = 120
  215.       Height = 17
  216.       Caption = '"\\" - C/C++'
  217.       TabOrder = 1
  218.     end
  219.     object SLButton: TTntRadioButton
  220.       Left = 8
  221.       Top = 64
  222.       Width = 120
  223.       Height = 17
  224.       Caption = '"/" - *NIX'
  225.       TabOrder = 2
  226.     end
  227.   end
  228.   object FileNameBox: TTntGroupBox
  229.     Left = 296
  230.     Top = 104
  231.     Width = 136
  232.     Height = 88
  233.     Caption = 'File Name by Default'
  234.     TabOrder = 4
  235.     object LSTButton: TTntRadioButton
  236.       Left = 8
  237.       Top = 16
  238.       Width = 113
  239.       Height = 17
  240.       Caption = 'md5sum.lst'
  241.       TabOrder = 0
  242.     end
  243.     object CHKButton: TTntRadioButton
  244.       Left = 8
  245.       Top = 40
  246.       Width = 113
  247.       Height = 17
  248.       Caption = 'checksum.md5'
  249.       TabOrder = 1
  250.     end
  251.     object EMTButton: TTntRadioButton
  252.       Left = 8
  253.       Top = 64
  254.       Width = 113
  255.       Height = 17
  256.       Caption = 'none'
  257.       TabOrder = 2
  258.     end
  259.   end
  260.   object LowCaseBox: TTntCheckBox
  261.     Left = 296
  262.     Top = 200
  263.     Width = 137
  264.     Height = 17
  265.     Caption = 'Chars in low case'
  266.     TabOrder = 7
  267.   end
  268. end
  269.